home *** CD-ROM | disk | FTP | other *** search
/ Strike Squad / Strike Squad.iso / strksqd / install / strksqd.bat < prev   
Encoding:
DOS Batch File  |  1994-11-22  |  567 b   |  23 lines

  1. echo off
  2. cls
  3. if exist %1:\STRKSQD\s.exe goto custom      
  4. if not exist d:\STRKSQD\s.exe goto error
  5. APPEND d:\STRKSQD;d:\STRKSQD\ENTSPEAK /X:ON /PATH:ON
  6. goto start
  7. echo on
  8. :error
  9. echo Can't find Strike Squad!
  10. echo.    
  11. echo If your CD-ROM is NOT drive D:, specify the drive when
  12. echo you type STRKSQD. For example, If your CD-ROM drive is drive E:
  13. echo type STRKSQD E
  14. goto end
  15. :custom
  16. append %1:\STRKSQD;%1:\STRKSQD\ENTSPEAK /X:ON /PATH:ON
  17. :start
  18. if not exist soundrv.com setd.exe
  19. echo "Loading Strike Squad..."
  20. s.exe p %1:\STRKSQD
  21. :end
  22. append ;
  23.